NEXT TOKEN$

This command will return the next string that was seperated by the specified delimiter.

  Syntax
Return String=NEXT TOKEN$(delim)
  Parameters
delim
String
The delimiter to seperate the current string

  Returns

This value is a string value encased in speech marks.

  Description

The source string is created using the FIRST TOKEN command.

  Example Code
a$="&&dark &&basic &&pro &&by &&lee bamber"
b$=first token$(a$,"&&")
print b$
repeat
b$=next token$("&&")
print b$
until b$=""
do
loop
  See also

TEXT Commands Menu
Index